/* CSS */

body{
	margin: 0;
	padding: 0;
	background: #000;
}
.container{
	width: 940px;
	margin: 0 auto;
}
.top{
	background: url(../img/bg-top.png) repeat-x;
	height: 284px;
}
.logo{
	background: url(../img/top.png) no-repeat;
	height: 284px;
}
.content{
	background: url(../img/content.png) repeat-y;
}
.content-desc{
	padding: 1px 90px;
}
.bottom{
	background: url(../img/bg-bottom.png) repeat-x;
	height: 121px;
}
.bottom-logo{
	background: url(../img/bottom.png) no-repeat;
	height: 121px;
}